
/*--------------------------------------------服务----------------------------------------------*/
.section {
	position: relative;
	width: 1200px;
	margin: 50px auto;
	margin-bottom: 60px;
}
.section_title_1 {
	position: relative;
	margin: 10px 0;
	box-sizing: border-box;
}
.section_title_1 .setting {
	position: relative;
	padding: 4px 0;
	margin-bottom: 20px;
}
.section_title_1 .setting span {
	position: relative;
	color: #4f79c5;
	font-size: 30px;
	font-family: "tt", Arial, 'MingLiU';/*text-transform: uppercase;*/
}
.section_title_1 .setting span:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #4f79c5;
	z-index: 1;
}
.section_title_1 .setting a {
	position: absolute;
	right: 0;
}
.section_title_1 .setting:after {
	content: "";
	display: block;
	position: absolute;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	z-index: 0;
}

.section:after, .section_2_cell:after, .list_item:after, .footer_cell:after, .second_page:after, .side_contact:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.service_box_text p a {
	position: relative;
	margin-top: 16px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #222;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #EDEDED !important;
	text-align: center;
	transition: 0.3s;
}
.service_box_text p a:hover {
	background-color: #000 !important;
	color: #fff;
}
/*--------------------------------------------about----------------------------------------------*/

.section_2 {
	position: relative;
	background-color: #a2a7ab;
	min-height: 360px;
	padding: 40px;
	box-sizing: border-box;
}
.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/blur.jpg");
	background-size: cover;
	opacity: 0.4;
	z-index: 1;
}
.bg_light {
	/*position: absolute;*/
	width: 100%;
	background-color: #f7f7f8 !important;
	z-index: 1;
}
.alpha_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/blur.jpg");
	background-size: cover;
	opacity: 0.1;
	filter: Alpha(opacity=2);
	z-index: 1;
}
.section_2_cell {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 4;
}
.section_2_left {
	position: relative;
	float: left;
	width: 45%;
	color: #fff;
	z-index: 10;
}
.section_title_2 .setting {
	margin-top: 6px;
}
.section_title_2 .setting span {
	position: relative;
	padding-top: 10px;
	font-size: 30px;
	font-family: Arial, 'MingLiU';
}
.section_title_2 .setting span:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: -16px;
	left: 0;
	background-color: #fff;
}
.section_title_2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.btn_1 a {
	position: relative;
	display: block;
	padding: 14px;
	margin: 30px 0;
	width: 200px;
	color: #fff;
	border: 2px solid #fff;
	z-index: 2;
	transition: 0.4s;
	box-sizing: border-box;
}
.btn_1 a:before {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 20px;
}
.btn_1 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4f79c5;
	z-index: -1;
	transition: 0.2s;
}
.section_2_right {
	position: relative;
	width: 48%;
	float: right;
	overflow: hidden;
	z-index: 3;
}
.section_2_right img {
	width: 100%;
	transform: scale(1);
	-webkit-filter: contrast(1);
	transition: 0.4s;
}
 @media screen and (min-width: 1024px) {
.btn_1 a:hover:after {
	width: 100%;
}
.btn_1 a:hover {
	border-color: #4f79c5;
}
.section_2_right:hover img {
	transform: scale(1.1);
	-webkit-filter: contrast(1.2);
}
a.more:hover {
	color: #222;
}
}
/*--------------------------------------gallery------------------------------------------*/
a.more {
	position: absolute;
	color: #555;
	right: 0;
	z-index: 9;
}
.gallery_list {
	padding-top: 10px;
	overflow:hidden;
}
.gallery_box {
	position: relative;
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 30px;
	background-color: #ccc;
	overflow: hidden;
	box-sizing: border-box;
}
.gallery_box:nth-child(4n) {
	margin-right: 0;
}
.gallery_box img {
	width: 100%;
	transform: scale(1);
	transition: 0.4s;
	-webkit-filter: contrast(1);
}
.gallery_box span {
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 5;
}
.gallery_box:after, .gallery_box:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-color: #313131;
	opacity: 0.4;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	z-index: 2;
	transition: 0.3s;
}
.gallery_box:before {
	height: 0;
	z-index: 4;
}
.gallery_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 9;
}
@media screen and (min-width: 1024px) {
.gallery_box:hover:before {
	background-color: #4f79c5;
	height: 30px;
	opacity: 0.95;
	filter: Alpha(opacity=80);
}
.gallery_box:hover img {
	transform: scale(1.1);
	-webkit-filter: contrast(1.1);
}
}

/*--------------------------------------------二级页面通用----------------------------------------------*/
.second_page_b + .header {
	position: fixed !important;
	top: 0 !important;
}
.second_page_b ~ .h_100 {
	display: none !important;
}
.second_page_b img {
	width: 100%;
}
.second_page_b {
	min-height: 80px;
}
.side_box .gallery_box {
	width: 100%;
	float: none;
	margin: 15px 0;
}
.second_page {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.side_box, .side_r {
	position: relative;
	min-height: 100px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.side_l {
	position: relative;
	width: 20%;
	margin-right: 2.5%;
	float: left;
}
.side_r {
	width: 77.5%;
	float: right;
	padding: 20px;
}
.side_box {
	padding: 20px;
	margin-bottom: 20px;
}
.side_box .section_title_1 {
	margin: 0
}
.side_box .section_title_1>p, .form .section_title_1>p {
	color: #4f79c5;
}
.side_box .setting {
	margin: 0;
	padding: 0;
}
.side_box .setting p span {
	font-size: 16px;
	color: #111;
	font-family: Arial, '微软雅黑';
}
.side_box .setting p span:after {
	display: none;
}
.catg_name {
	margin-top: 14px;
}
.catg_name a {
	display: block;
	color: #111;
	background-color: #f2f3f6;
	height: 34px;
	line-height: 34px;
	padding-left: 16px;
	margin-bottom: 10px;
	transition: 0.3s;
	text-indent: 0;
	font-size: 14px;
}
.catg_name a:last-child {
	margin-bottom: 0;
}
.catg_name a.on {
	color: #fff;
	background-color: #4f79c5;
}
.contact_mini_text p {
	font-size: 12px;
	margin-top: 10px;
	max-height: 158px;
	overflow: hidden;
}
a.btn_contact {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #111;
	border: 1px solid #eaeaea;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	transition: 0.3s;
}
.title_3 {
	border-bottom: 1px solid #f2f3f6;
	padding-bottom: 20px;
	font-size: 30px;
	font-family: Arial, 'MingLiU';
}
.detail_time {
	color: #ccc;
}
.detail_text img {
	margin: 20px 0;
}
.detail_text p {
	line-height: 24px;
	margin-bottom: 10px;
}
.side_r .gallery_box {
	width: 31%;
	margin-right: 3.4%;
}
.side_r .gallery_box:nth-child(4n) {
	margin-right: 3.4%;
}
.side_r .gallery_box:nth-child(3n) {
	margin-right: 0;
}
